Auto merge of #3342 - alexcrichton:fix-ssl, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 29 Nov 2016 01:03:38 +0000 (19:03 -0600)
committerGitHub <noreply@github.com>
Tue, 29 Nov 2016 01:03:38 +0000 (19:03 -0600)
commit930bdaab2ec7517c16edc82d77f8553f74803f1c
tree1c9f44bf7a242cfc1c9aa39e4a4b6f71ee8c2146
parent97b99dfafe8233f4cb362d7a31623eb1a08e7b4e
parent52fa74113ae54323883f547b9c066d0169a8270b
Auto merge of #3342 - alexcrichton:fix-ssl, r=alexcrichton

Bump git2 dep to fix SSL paths

This commit includes alexcrichton/git2-rs@a8f4a7faa which switches the order of
initialization of libgit2. That commit ensures that the relevant env vars which
a statically linked OpenSSL needs to function are set before libgit2 is
initialized to ensure that libgit2 uses them.

This was regressed accidentally in alexcrichton/git2-rs@071902aa when
initialization was tweaked.

Closes #3340